home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-29 | 371 b | 20 lines | [TEXT/MPS ] |
- // Copyright: © 1993 Apple Computer, Inc. All rights reserved.
- // Author: John R. Powers, III (original)
- // Victor J. Hnyp (extensions)
- // Date: 15-Nov-92
-
- #ifndef __PROCESS__
- #define __PROCESS__
-
- #ifndef __UTILITY__
- #include "Utility.h"
- #endif
-
- typedef struct
- {
- long selector; // Function Selector
- OSType signature;
- } ProcessTestType, *ProcessTestPtr;
-
-
- #endif